Adwaita: Make selection in menus visible
authorMatthias Clasen <mclasen@redhat.com>
Mon, 10 Jun 2019 02:19:53 +0000 (02:19 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 10 Jun 2019 02:27:56 +0000 (02:27 +0000)
gtk/theme/Adwaita/_common.scss

index 0a0adb58d11135ee9ef560c1b5ddbf909c26f407..a9b363d350473a3edd6a7e8026ffe9a5fd7cceb7 100644 (file)
@@ -4774,9 +4774,18 @@ popover.menu {
     margin-right: 12px;
   }
 
-  radio.right,
-  check.right {
+  radio.right,
+  check.right {
     margin-left: 12px;
     margin-right: 0;
   }
+
+  & modelbutton:hover {
+    color: $selected_fg_color;
+    background-color: $selected_bg_color;
+  }
+
+  & modelbutton:hover accelerator {
+    color: mix($selected_fg_color, gray, 50%);
+  }
 }